vendor/golang.org/x/crypto/cryptobyte.Builder.offset (field)
10 uses
vendor/golang.org/x/crypto/cryptobyte (current package)
builder.go#L28: offset int
builder.go#L65: return b.result[b.offset:], nil
builder.go#L74: return b.result[b.offset:]
builder.go#L203: offset: offset,
builder.go#L229: length := len(child.result) - child.pendingLenLen - child.offset
builder.go#L266: child.result[child.offset] = lenByte
builder.go#L270: childStart := child.offset + child.pendingLenLen
builder.go#L273: child.offset++
builder.go#L279: child.result[child.offset+i] = uint8(l)
builder.go#L321: length := len(b.result) - b.pendingLenLen - b.offset
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |